ByteNINumericByteNIsLessThanOrEqualTo Method
Determines whether the current value is less than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<ByteN>.IsLessThanOrEqualTo(
ByteN value
)
Private Function IsLessThanOrEqualTo (
value As ByteN
) As Boolean Implements INumeric(Of ByteN).IsLessThanOrEqualTo
private:
virtual bool IsLessThanOrEqualTo(
ByteN value
) sealed = INumeric<ByteN>::IsLessThanOrEqualTo
private abstract IsLessThanOrEqualTo :
value : ByteN -> bool
private override IsLessThanOrEqualTo :
value : ByteN -> bool
- value ByteN
- The value to compare with the current value.
Boolean if the current value is less than or equal to
value; otherwise,
.
INumericTSelfIsLessThanOrEqualTo(TSelf)